CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人工 鱼群

搜索资源列表

  1. AdaptiveResourceAllocationinMultiuserOFDM

    0下载:
  2. 发表在外文会议上的很好的有关人工鱼群算法的文章-Meeting published in the foreign language a good article on artificial fish school algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:302409
    • 提供者:程小雅
  1. Cross-LayerOptimizedMACtoSupportMultihop

    0下载:
  2. 发表在外文会议上的很好的有关人工鱼群算法的文章-Meeting published in the foreign language a good article on artificial fish school algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:330285
    • 提供者:程小雅
  1. DistributedAlgorithmsforMinimumCostMulticast

    0下载:
  2. 发表在外文会议上的很好的有关人工鱼群算法的文章-Meeting published in the foreign language a good article on artificial fish school algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:256236
    • 提供者:程小雅
  1. IEEE-6

    0下载:
  2. 人工鱼群算法在 IEEE电力系统规划中的应用程序-Artificial fish-swarm algorithm in power system planning applications
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6745
    • 提供者:洋洋
  1. fishswam

    0下载:
  2. 一个写的比较好的人工鱼群算法,适合初学者.-A good written artificial fish school algorithm, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4756
    • 提供者:linda
  1. 788877

    0下载:
  2. 改进的人工鱼群算法和Powell法结合的医学图像配准文献,希望对大家有帮助-Improved artificial fish swarm algorithm and Powell method with the literature of medical image registration, we hope to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:112731
    • 提供者:guiyangyang
  1. rengong-swarm-algrithim

    0下载:
  2. 此函数实现人工鱼群算法,用于求解无约束连续函数最小化问题,仅供学习参考。-Artificial fish school algorithm to achieve this function, continuous function for solving unconstrained minimization problem, study reference purposes only.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5074
    • 提供者:涛哥
  1. afsa2011555

    0下载:
  2. 用人工鱼群算法实现旅行商问题以及求解极值问题,是一种仿生物行为优化算法-Algorithm using artificial fish solving the traveling salesman problem and extremal problems, is an imitation of biological behavior of optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:8039
    • 提供者:赵伟
  1. AFSA

    0下载:
  2. 人工鱼群算法在调整和优化机器人路径中的应用-Artificial fish swarm algorithm to adjust and optimize the paths of the robot
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1737
    • 提供者:P
  1. AFSA1

    0下载:
  2. 人工鱼群一种算法,及其在水库分析中的应用-Artificial fish an algorithm, and the application of analysis in the reservoir
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1647
    • 提供者:三叶草
  1. artifical-fishPnfqga

    3下载:
  2. 人工鱼群算法与量子遗传算法的结合,还运用到了旋转门-AFSA combination of genetic algorithms and quantum, but also applied to the revolving door
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-20
    • 文件大小:1024
    • 提供者:xubin
  1. fitness

    0下载:
  2. 一种基于人工鱼群算法求解这一类函数极值的代码,并通过仿真实验的研究,验证了该算法求解函数极值是有效可行的。 -Algorithm based on artificial fish extreme function of this type of code, and through simulation studies to verify the function of the algorithm is effective and feasible extreme.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1215
    • 提供者:tom
  1. psovsafsa-

    0下载:
  2. 一个完整Matlab程序,实现了粒子群算法与人工鱼群算法的比较,体现了两种算法各自的优缺点-A complete Matlab program to achieve a particle swarm optimization and artificial fish school algorithm, two algorithms reflects the advantages and disadvantages of each
  3. 所属分类:matlab

    • 发布日期:2017-01-11
    • 文件大小:2048
    • 提供者:杨莉弘
  1. afsa

    1下载:
  2. 人工鱼群算法MATLAB程序,人工鱼群算法是比较智能的算法,越来越多的应用于各个领域-AFSA MATLAB program, artificial fish school algorithm is more intelligent algorithms, more and more used in various fields
  3. 所属分类:matlab例程

    • 发布日期:2017-03-31
    • 文件大小:2584
    • 提供者:王一平
  1. 人工鱼群算法C++代码

    1下载:
  2. 此人工鱼群算法为解决TSP问题的,是C++代码源程序,是可以运行的……
  3. 所属分类:数据结构常用算法

  1. 鱼群算法---代码

    0下载:
  2. 在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食。聚群及追尾行为,从而实现寻优,以下是鱼的几种典型行为:   (1)觅食行为:一般情况下鱼在水中随机地自由游动,当发现食物时,则会向食物逐渐增多的方向快速游去。   (2)聚群行为:鱼在游动过程中为了保证自身的生存和躲避危害会自然地聚集成群,鱼聚群时所遵守的规则有三条:分隔规则:尽量避免与临近伙伴过于拥挤;对准规则
  3. 所属分类:文档资料

  1. daima

    0下载:
  2. 人工鱼群算法,模拟鱼群随机游动来寻求最优解(Artificial fish swarm algorithm is used to simulate the random walk of fish swarm to find the optimal solution)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-29
    • 文件大小:1236992
    • 提供者:1399
  1. FishAlgorithm_f2

    0下载:
  2. 人工鱼群在unity2d上的演示demo(Artificial Fishes demo on unity)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:274432
    • 提供者:dapeng2046
  1. @matlab

    1下载:
  2. 人工鱼群算法包括各种鱼群行为,用于决策 但是主程序和评价函数,因为根据具体应用不同所以,不在这里给出(The artificial fish swarm algorithm includes a variety of fish behavior, which is used for decision making but the main program and evaluation function, because it is not given here according to the
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:cccv
  1. AFalgorithm

    1下载:
  2. 人工鱼群算法求解认知无线电功率分配,基于OFDM的认知无线电网络(Artificial fish swarm algorithm for cognitive radio power allocation)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:706560
    • 提供者:笑盈盈
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com